home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15254 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  976 b 

  1. Path: page.vip.best.com!user
  2. From: page@best.com (Chris Page)
  3. Newsgroups: alt.msdos.programmer,comp.lang.c,comp.lang.pascal.misc
  4. Subject: Re: typecasting preferences
  5. Date: Wed, 17 Apr 1996 20:52:41 -0700
  6. Organization: Don't Panic!
  7. Message-ID: <page-1704962052410001@page.vip.best.com>
  8. References: <4l020g$i9j@srvr1.engin.umich.edu> <3173E842.7D17@willows.com> <page-1704961735120001@page.vip.best.com>
  9. NNTP-Posting-Host: page.vip.best.com
  10. X-Newsreader: Yet Another NewsWatcher 2.1.8
  11.  
  12. I just took a look at More Effective C++ and noted the explicit casting
  13. operator "static_cast". This emphasizes the cast, making the source more
  14. readable, but also uses a functional form, thereby indicating that a
  15. function call may take place. In addition, there are some other cast
  16. operators that provide better control over casting.
  17.  
  18. -- 
  19. Chris Page        | Internet chain letters, advertisements and SPAMs suck...
  20. Don't Panic!      | 
  21. page@best.com     |                   Cut it out! :-P
  22.